Handle the new line height pango attribute
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Aug 2021 16:11:29 +0000 (12:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Aug 2021 12:22:52 +0000 (08:22 -0400)
commit528ebfabf09f57e3afc8948e5c5b84957f7ef421
tree4076cd5e9494ed3070227776583dbb12f0ef7177
parent04f3c8054bbb186f40141b4481e98fe77e80a920
Handle the new line height pango attribute

Update all the places where we switch over PangoAttributeType
to handle (and ignore, for now) the new line height attribute.
demos/gtk-demo/fontify.c
gtk/gtkpango.c
gtk/gtktextbuffer.c
testsuite/gtk/label.c